projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfc897
)
at91sam9x5ek: regroup FAT/DOS features
author
Richard Genoud
<
[email protected]
>
Thu, 29 Nov 2012 23:18:33 +0000
(23:18 +0000)
committer
Andreas Bießmann
<
[email protected]
>
Sun, 9 Dec 2012 21:38:50 +0000
(22:38 +0100)
Signed-off-by: Richard Genoud <
[email protected]
>
Acked-by: Bo Shen <
[email protected]
>
Signed-off-by: Andreas Bießmann <
[email protected]
>
include/configs/at91sam9x5ek.h
patch
|
blob
|
history
diff --git
a/include/configs/at91sam9x5ek.h
b/include/configs/at91sam9x5ek.h
index 71f765b49422208da2b46b62cade585a83071250..5e5f9c1169e90c74d8635ed3d7c4a8f5b7c8c984 100644
(file)
--- a/
include/configs/at91sam9x5ek.h
+++ b/
include/configs/at91sam9x5ek.h
@@
-90,6
+90,7
@@
#define CONFIG_CMD_NAND
#define CONFIG_CMD_SF
#define CONFIG_CMD_MMC
+#define CONFIG_CMD_FAT
/* SDRAM */
#define CONFIG_NR_DRAM_BANKS 1
@@
-142,9
+143,12
@@
/* MMC */
#ifdef CONFIG_CMD_MMC
#define CONFIG_MMC
-#define CONFIG_CMD_FAT
#define CONFIG_GENERIC_MMC
#define CONFIG_GENERIC_ATMEL_MCI
+#endif
+
+/* FAT */
+#ifdef CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
#endif